home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickDraw GX / Programming Stuff / GX Compatibility Interfaces / graphics toolbox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-23  |  296 b   |  12 lines  |  [TEXT/MPS ]

  1. /* 
  2.     "graphics toolbox.h" has been merged in to "GXEnvironment.h"
  3.     
  4.     This file has been included to allow older source code 
  5.     to #include <graphics toolbox.h>.  Please update your source
  6.     code to directly #include <GXEnvironment.h>
  7. */
  8.  
  9. #ifndef __GXENVIRONMENT__
  10. #include <GXEnvironment.h>
  11. #endif
  12.